{"id":857,"date":"2017-09-26T19:09:02","date_gmt":"2017-09-27T01:09:02","guid":{"rendered":"https:\/\/wmbuck.net\/blog\/?p=857"},"modified":"2017-09-26T19:09:02","modified_gmt":"2017-09-27T01:09:02","slug":"svn-error-e175002","status":"publish","type":"post","link":"https:\/\/wmbuck.net\/blog\/?p=857","title":{"rendered":"SVN Error E175002"},"content":{"rendered":"<p>I have been plagued by this error in subversion particularly when trying to commit from some of the boxes which I use less frequently:<\/p>\n<p>svn: E175002: Unexpected HTTP status 200 &#8216;OK&#8217; on &#8216;POST&#8217; request to &#8216;\/svn\/!svn\/me&#8217;<\/p>\n<p>I have spent hours doing searches, reading posts, but have never found anyone whose issue was exactly like mine, not been able to figure it out based on other peoples issues. I resolved today to pay serious attention to figuring it out. <\/p>\n<p>The solution turned out to be related to the url I used when I check something out of the svn repository. Long ago I set up a cname in dns for svn.wmbuck.net, and for a long time I used it. There is an apache config file for the servername svn.wmbuck.net, and it redirects http to https. Then at some point I began to just use https:\/\/wmbuck.net\/svn\/&#8230; to check things out. And that is where I went wrong, because that will work fine to do checkout, but when I try to commit from a box with that url (wmbuck.net) the http request is being routed to the default server, and the setup of the SSL session is failing. <\/p>\n<p>I&#8217;m unsure exactly what is happening to cause the request to go to the default server. Perhaps the commit request does not specify SNI information.  <\/p>\n<p>What I do know is how to fix it. Do the checkout with https:\/\/svn.wmbuck.net\/svn\/<project> and commits work fine.    <\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have been plagued by this error in subversion particularly when trying to commit from some of the boxes which I use less frequently: svn: E175002: Unexpected HTTP status 200 &#8216;OK&#8217; on &#8216;POST&#8217; request to &#8216;\/svn\/!svn\/me&#8217; I have spent hours doing searches, reading posts, but have never found anyone whose issue was exactly like mine, &hellip; <a href=\"https:\/\/wmbuck.net\/blog\/?p=857\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">SVN Error E175002<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26,38,10,4,9,15],"tags":[],"class_list":["post-857","post","type-post","status-publish","format-standard","hentry","category-apache","category-eclipse","category-fedora","category-linux","category-ubuntu","category-website-building"],"_links":{"self":[{"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/857"}],"collection":[{"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=857"}],"version-history":[{"count":1,"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/857\/revisions"}],"predecessor-version":[{"id":858,"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/857\/revisions\/858"}],"wp:attachment":[{"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=857"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=857"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wmbuck.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}