been struggling with a loopback issue for a while now and finally decide that better minds than mine are needed to resolve.
I have a working cURL on site within same server. Both sites are running on diedicated IP addresses. However, site running on comodo ssl does not work for curl and reports loop-back error. More explicitly, I get the following:
140770FC:SSL
SSL23_GET_SERVER_HELLO:unknown protocol
additionally, multiple programs have all reported an issue with loopback for this one ip. However, not much more info has been given so unsure if it is a loopback issue or as the above error suggested a protocol issue. I did attempt to enable all protocols and nothing appears to make a difference on that front.
Advice, what is next step? (or hopefully, someone has already confronted this issue and resolved and knows exactly how to fix
)
here is apache config to help ensure no issues with protocols
I have a working cURL on site within same server. Both sites are running on diedicated IP addresses. However, site running on comodo ssl does not work for curl and reports loop-back error. More explicitly, I get the following:
140770FC:SSL
SSL23_GET_SERVER_HELLO:unknown protocol
additionally, multiple programs have all reported an issue with loopback for this one ip. However, not much more info has been given so unsure if it is a loopback issue or as the above error suggested a protocol issue. I did attempt to enable all protocols and nothing appears to make a difference on that front.
Advice, what is next step? (or hopefully, someone has already confronted this issue and resolved and knows exactly how to fix
here is apache config to help ensure no issues with protocols
- fileetag: None
- keepalive: Off
- keepalivetimeout: 5
- maxclients: 150
- maxkeepaliverequests: 100
- maxrequestsperchild: 10000
- maxspareservers: 10
- minspareservers: 5
- root_options: ExecCGI, FollowSymLinks, IncludesNOEXEC, Indexes, SymLinksIfOwnerMatch
- serverlimit: 256
- serversignature: Off
- servertokens: ProductOnly
- sslciphersuite: ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA
- sslprotocol: All +TLSv1.2 -SSLv2 -SSLv3
- startservers: 5
- timeout: 300
- traceenable: Off