Apparently this might be related to SNI (or the lack thereof) on the client side.

Since this host has multiple SSL vhosts with the same IP, the following config setting was added:

SSLStrictSNIVHostCheck on

... which causes non-SNI clients to be rejected (http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslstrictsnivhostcheck)

Changing it to:

SSLStrictSNIVHostCheck off

... gets rid of the 403. However the client instead will hang.

Seems similar to JENKINS-11560 and JENKINS-16345, though the SNI problem could be considered a separate issue.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to