質問編集履歴

3

変更後の設定内容、エラー内容掲載

2020/04/26 10:23

投稿

GenkiSugiyama
GenkiSugiyama

スコア86

test CHANGED
File without changes
test CHANGED
@@ -109,3 +109,95 @@
109
109
 
110
110
 
111
111
  よろしくお願いいたします。
112
+
113
+
114
+
115
+ ##4/27追記
116
+
117
+ ockeghem 様からいただいた回答内容を元に設定を変更しましたが、挙動は変わらずログインできませんでした。
118
+
119
+
120
+
121
+ ・変更後
122
+
123
+ /etc/httpd/conf.d/passenger.conf
124
+
125
+ ```
126
+
127
+ Header set Set-Cookie HttpOnly;Secure
128
+
129
+ Header set Access-Control-Allow-Origin "http://react-app.domain.com"
130
+
131
+ Header set Access-Control-Allow-Credentials: true
132
+
133
+ Header set Access-Control-Allow-Methods "POST, GET, OPTIONS, DELETE, PUT"
134
+
135
+ Header set Access-Control-Max-Age "1000"
136
+
137
+ #Header set Access-Control-Allow-Headers "x-requested-with, Content-Type, originn
138
+
139
+ , authorization, accept, client-security-token, application/json"
140
+
141
+ Header set Access-Control-Allow-Headers "x-requested-with, Content-Type, User-Agg
142
+
143
+ ent, Referer, Origin, authorization, Accept, client-security-token, access-tokenn
144
+
145
+ , client, uid" # application/jsonを除去
146
+
147
+ Header set Access-Control-Expose-Headers "access-token, client, uid"
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+ ```
156
+
157
+
158
+
159
+
160
+
161
+ /etc/httpd/conf/httpd-le-ssl.conf
162
+
163
+ ```
164
+
165
+ <IfModule mod_ssl.c>
166
+
167
+ <VirtualHost *:443>
168
+
169
+ Header set Set-Cookie HttpOnly;Secure
170
+
171
+ Header set Access-Control-Allow-Origin "http://react-app.domain.com"
172
+
173
+ Header set Access-Control-Allow-Credentials: true
174
+
175
+ Header set Access-Control-Allow-Methods "POST, GET, OPTIONS, DELETE, PUT"
176
+
177
+ Header set Access-Control-Max-Age "1000"
178
+
179
+ #Header set Access-Control-Allow-Headers "x-requested-with, Content-Type, orr
180
+
181
+ igin, authorization, accept, client-security-token, application/json"
182
+
183
+ Header set Access-Control-Allow-Headers "x-requested-with, Content-Type, Usee
184
+
185
+ r-Agent, Referer, Origin, authorization, Accept, client-security-token, access-tt
186
+
187
+ oken, client, uid" # application/jsonを除去
188
+
189
+ Header set Access-Control-Expose-Headers "access-token, client, uid"
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+ ```
198
+
199
+
200
+
201
+ 設定後のエラーログ
202
+
203
+ ![イメージ説明](5177b86a360c7260994218791d3b68c5.png)

2

情報追記

2020/04/26 10:23

投稿

GenkiSugiyama
GenkiSugiyama

スコア86

test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,8 @@
94
94
 
95
95
  safariでのエラー出力は下記の通りです。
96
96
 
97
+ ※apache設定ファイル変更前に表示されたエラーになります。
98
+
97
99
  ![イメージ説明](d02c3859d7b4e65df3241452b799a7d6.png)
98
100
 
99
101
 
@@ -102,6 +104,8 @@
102
104
 
103
105
  最新版safariからログインができるようにするための、有効な手段があればご教示いただけると大変助かります。
104
106
 
107
+ ※アップデートしたiOSのchromeアプリからもログインできなくなっているぽいです、、、
108
+
105
109
 
106
110
 
107
111
  よろしくお願いいたします。

1

エラー内容の追記

2020/04/26 05:41

投稿

GenkiSugiyama
GenkiSugiyama

スコア86

test CHANGED
File without changes
test CHANGED
@@ -90,6 +90,16 @@
90
90
 
91
91
 
92
92
 
93
+ ###safariでのエラー内容 (04/27追記)
94
+
95
+ safariでのエラー出力は下記の通りです。
96
+
97
+ ![イメージ説明](d02c3859d7b4e65df3241452b799a7d6.png)
98
+
99
+
100
+
101
+
102
+
93
103
  最新版safariからログインができるようにするための、有効な手段があればご教示いただけると大変助かります。
94
104
 
95
105